home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / XAMPP 1.4.14 / xampp-win32-1.4.14-installer.exe / xampp / apache / conf / ssl.csr / README.CSR next >
Text File  |  2001-10-16  |  926b  |  24 lines

  1.  
  2.  This is the ssl.csr/ directory of Apache/mod_ssl
  3.  where PEM-encoded X.509 Certificate Signing Requests for SSL are stored.
  4.  
  5.  Per default the following file is provided:
  6.  
  7.  o server.csr:
  8.    This is the server certificate signing request for Apache/mod_ssl
  9.    corresponding to the ../ssl.crt/server.crt file.  Per default this is a
  10.    dummy file, but may be overwritten by the `make certificate' target under
  11.    built-time.  Then it contains the CSR which you can send to a public
  12.    Certification Authority (CA) for requesting a real signed certificate
  13.    (which then can replace the ../ssl.crt/server.crt file).
  14.  
  15.  You can also use this directory for temporarily storing CSRs from within your
  16.  (CGI-) scripts when you want to perform client authentication with your own
  17.  CA instance.
  18.  
  19.  You can view the ingredients of a particular CSR file in plain text
  20.  by running the command:
  21.  
  22.    $ openssl req -noout -text -in <name>.csr
  23.  
  24.